home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
dfÜ
/
tc
/
rexx
/
launchtc.mrx
next >
Wrap
Text File
|
1996-06-10
|
260b
|
16 lines
/*
** use this not to launch multi TimeConnect
** put this in your startnet....
** ex rx lauchTC.mrx
*/
options results
IF (SHOW('P',TIMECONNECT.1) =0) then
DO
address command 'run amitcp:TC/TC'
END
ELSE DO
address 'TIMECONNECT.1'
'iconify FALSE'
END